home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 November / PCWNOV08.iso / Software / Freeware / NoteTab Light 5.7 / NoteTab_Setup.exe / {app} / Regex.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-07-15  |  1.3 KB  |  86 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. table /* Normal */
  4. {
  5.  text-align: center;
  6.  font-size: 10pt;
  7.  font-family: 'Arial';
  8.  font-style: normal;
  9.  font-weight: normal;
  10.  color: #000000;
  11.  text-decoration: none;
  12.  padding: 0pt 5.75pt;
  13. }
  14.  
  15. body /* Normal */
  16. {
  17.  text-align: left;
  18.  font-size: 10pt;
  19.  font-family: 'Arial';
  20.  font-style: normal;
  21.  font-weight: normal;
  22.  color: #000000;
  23.  text-decoration: none;
  24.  padding: 0pt 5.75pt;
  25. }
  26.  
  27.  
  28. span.f_CodeExample /* Code Example */
  29. {
  30.  font-size: 8pt;
  31.  font-family: 'Courier New';
  32.  color: #000000;
  33. }
  34. span.f_Comment /* Comment */
  35. {
  36. }
  37. span.f_CourierFixed /* Courier Fixed */
  38. {
  39.  font-size: 9pt;
  40.  font-family: 'Courier New';
  41.  color: #000000;
  42. }
  43. span.f_Heading1 /* Heading1 */
  44. {
  45.  font-size: 12pt;
  46.  font-weight: bold;
  47. }
  48. span.f_ImageCaption /* Image Caption */
  49. {
  50.  font-size: 8pt;
  51.  font-weight: bold;
  52. }
  53. span.f_Notes /* Notes */
  54. {
  55. }
  56. /* Paragraph styles */
  57. p /* Normal */
  58. {
  59.  text-align: left;
  60.  text-indent: 0px;
  61.  padding: 0px 0px 0px 0px;
  62.  margin: 0px 0px 0px 0px;
  63.  margin-bottom: 1em;
  64. }
  65. .p_CodeExample /* Code Example */
  66. {
  67.  white-space: nowrap;
  68. }
  69. .p_Comment /* Comment */
  70. {
  71. }
  72. .p_Heading1 /* Heading1 */
  73. {
  74. }
  75. .p_ImageCaption /* Image Caption */
  76. {
  77. }
  78. .p_Notes /* Notes */
  79. {
  80. }
  81. .wholearea
  82. {
  83.  padding: 0px 10px 0px 10px;
  84. /* margin: 0 0 0 0;*/
  85. }
  86.